Prepare a simple R package for distributing documented functions
Explain the terms Repository, Dependency, and Namespace
Implement testing in an R package
Collaboratively work on an R package on GitHub
shareable collection of documented code and/or data@importFrom package function tag to a function description compared to using package::function().They increase the size of our package.
Can introduce compatibility issues.
They are nearly unavoidable.
@importFrom package function and @import packagepackage::function…
R for Bio Data Science